-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I251 subject search box #238
Conversation
@@ -0,0 +1,24 @@ | |||
url-pattern: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file was produced by the generator. I am not sure how it gets used yet, but would prefer to keep it around for now to not forget about it later.
@@ -0,0 +1,13 @@ | |||
<%= f.input :subject, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will eventually need to be dynamic (to work for any flex defined controlled value).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks so much less involved than I expected! Good job!
ref #251
This is the first PR of many. Step 1 of an epic. Most of the added files in here is from the QA (questioning authority) generator.
This only focuses on enabling library of congress search for the subject property.
On a work's form, the subject property will have a search box. Once the user starts typing, it queries library of congress and displays options that a user could select.
On save, the label will appear on the show page (not the id, which looks like a uri).